Data

The data used is Kaggle dataset consisting of TV shows and movies listed on Netflix https://www.kaggle.com/shivamb/netflix-shows.

Graph 1: Cumulative number of shows added into Netflix by date and type of show

Below graph shows a cumulative number of shows into Netflix by date and the type of show (Movies/TV Shows)).

## `summarise()` regrouping output by 'date_added' (override with `.groups` argument)
## `summarise()` regrouping output by 'date_added' (override with `.groups` argument)
## Warning: Removed 1 rows containing missing values (position_stack).

Graph 2: Number of shows by their release year.

The below histogram shows the number of shows available in Netflix by their release year.

Graph 3: Duration of movies and TV shows

Below figure shows a boxplot presentation of distributions of durations of movies (in mins) and TV shows (in number of seasons) in Netflix.

Graph 4: Number of shows in Netflix by the country of origin

Below plotly presentation shows the number of shows in Netflix by the origin country.

## `summarise()` ungrouping output (override with `.groups` argument)

Graph 5: Count of shows by rating in Netflix

Below graph shows ount of shows by rating in Netflix

## `summarise()` ungrouping output (override with `.groups` argument)

Graph 6: Median duration of movies from USA, UK and India by the year of release

Below graph shows th median duration of movies from USA, UK and India available in Netflix by the year of release.

## `geom_smooth()` using formula 'y ~ x'

Graph 7: Number of shows in Netflix by release from selected origin countries.

Number of shows in Netflix by release from selected origin countries.

## `summarise()` regrouping output by 'show_id', 'release_year' (override with `.groups` argument)

Graph 8: Average duration of Netflix TV shows by release year

Average duration of Netflix TV shows by release year (2000-2021) from selected origin countries.

## `summarise()` regrouping output by 'release_year' (override with `.groups` argument)